Skip to content

feat: Support Sui Price Update with Coin Input #2861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

darunrs
Copy link
Contributor

@darunrs darunrs commented Jul 17, 2025

Summary

Adds a new SDK function which takes coins as a function argument. This allows the price update calls to work without accessing the TX gas.

Rationale

Request from customer in this thread. They are using some gas station which supplies the correct amount of gas. But it seems that they require the SDK to not access TX.gas.

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

Configured the original function to generate the coins and then pass them to the new function. The feed updated correctly.

@darunrs darunrs requested a review from a team as a code owner July 17, 2025 17:35
Copy link

vercel bot commented Jul 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2025 4:59pm
7 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
developer-hub ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
entropy-debugger ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
entropy-explorer ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
insights ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
proposals ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm
staking ⬜️ Skipped (Inspect) Jul 18, 2025 4:59pm

@vercel vercel bot temporarily deployed to Preview – entropy-debugger July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – staking July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – insights July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub July 17, 2025 17:47 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – insights July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – staking July 17, 2025 19:53 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – staking July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – insights July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger July 17, 2025 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview – insights July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – component-library July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-debugger July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – staking July 18, 2025 16:57 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub July 18, 2025 16:57 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants